home *** CD-ROM | disk | FTP | other *** search
- on CheckForPop
- global gzTRBalloonObj, gTR_BalloonNumJustHit, gcTRBAL_CH1, gcTRPUZZLECH
- if (the clickOn < gcTRBAL_CH1) or (the clickOn > (gcTRBAL_CH1 + 29)) then
- return
- end if
- set vBalloonNumJustHit to the clickOn
- set vSpriteChannel to the clickOn
- puppetSprite(vSpriteChannel, 1)
- set vBalloonNumJustHit to vBalloonNumJustHit - (gcTRBAL_CH1 - 1)
- set gTR_BalloonNumJustHit to vBalloonNumJustHit
- puppetSound(0)
- puppetSound("hit.aif")
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- set vQuestionSet to mGetMyQuestion(getAt(gzTRBalloonObj, vBalloonNumJustHit))
- set vPopColor to mGetMyPopColor(getAt(gzTRBalloonObj, vBalloonNumJustHit))
- mSetAmIPopped(getAt(gzTRBalloonObj, vBalloonNumJustHit), 1)
- set vPopFrag to ChangePopColor(vPopColor)
- popit(vSpriteChannel, vPopFrag)
- GetMyQuestionPlease(vQuestionSet)
- puppetSprite(45, 0)
- updateStage()
- set the visible of sprite 45 to 1
- zoomBox(vSpriteChannel, 42, 1)
- go("ShowQuestions")
- ShowQuestionWindow()
- end
-
- on ShowTheDart
- global gzTRBalloonObj, gTR_BalloonNumJustHit
- set vSpriteChannel to mGetMySpriteChan(getAt(gzTRBalloonObj, gTR_BalloonNumJustHit))
- set vIamDouble to mGetAmIDouble(getAt(gzTRBalloonObj, gTR_BalloonNumJustHit))
- if vIamDouble then
- set vNum to the number of cast "StarOne" + (gTR_BalloonNumJustHit - 1)
- set the castNum of sprite vSpriteChannel to cast vNum
- puppetSound("dubval.aif")
- repeat while soundBusy(1)
- nothing()
- end repeat
- else
- set vNum to the number of cast "DartOne" + (gTR_BalloonNumJustHit - 1)
- set the castNum of sprite vSpriteChannel to cast vNum
- end if
- mSetMyCastNum(getAt(gzTRBalloonObj, gTR_BalloonNumJustHit), vNum)
- set the visible of sprite vSpriteChannel to 1
- updateStage()
- end
-
- on ChangePopColor aNewPopColor
- global gcTR_BLUE, gcTR_RED, gcTR_GREEN, gcTR_YELLOW, gcTR_ORG, gcTR_PINK
- set vPopFrag to "RedPop1"
- if aNewPopColor = gcTR_BLUE then
- set vPopFrag to "BluPop1"
- else
- if aNewPopColor = gcTR_RED then
- set vPopFrag to "RedPop1"
- else
- if aNewPopColor = gcTR_GREEN then
- set vPopFrag to "GrnPop1"
- else
- if aNewPopColor = gcTR_YELLOW then
- set vPopFrag to "YelPop1"
- else
- if aNewPopColor = gcTR_ORG then
- set vPopFrag to "OrgPop1"
- else
- if aNewPopColor = gcTR_PINK then
- set vPopFrag to "PinkPop1"
- else
- set vPopFrag to "RedPop1"
- end if
- end if
- end if
- end if
- end if
- end if
- return vPopFrag
- end
-
- on popit vWhichBalloon, vPopFrag
- global gcTRBAL_CH1, gTR_BalloonNumJustHit, gcTR_DOUBLE3_CH, gzTRBalloonObj, gcTRROVER
- updateStage()
- set the visible of sprite vWhichBalloon to 0
- updateStage()
- set vTheBalloon to gTR_BalloonNumJustHit - 1 + gcTRBAL_CH1
- ShowTheDart()
- set the ink of sprite gcTRROVER to 36
- if value(HSStateGet("opt", "TRPop")) then
- set the castNum of sprite gcTRROVER to the number of cast vPopFrag
- set the locH of sprite gcTRROVER to the locH of sprite vWhichBalloon
- set the locV of sprite gcTRROVER to the locV of sprite vWhichBalloon
- set the castNum of sprite gcTRROVER to the number of cast vPopFrag
- set the visible of sprite gcTRROVER to 1
- updateStage()
- set the visible of sprite gcTRROVER to 0
- set the castNum of sprite gcTRROVER to the number of cast vPopFrag + 1
- set the visible of sprite gcTRROVER to 1
- updateStage()
- set the visible of sprite gcTRROVER to 0
- set the castNum of sprite gcTRROVER to the number of cast vPopFrag + 2
- set the visible of sprite gcTRROVER to 1
- updateStage()
- set the visible of sprite gcTRROVER to 0
- set the castNum of sprite gcTRROVER to the number of cast vPopFrag + 3
- set the visible of sprite gcTRROVER to 1
- updateStage()
- set the visible of sprite gcTRROVER to 0
- updateStage()
- end if
- ShowTheDart()
- end
-
- on PopAllBalloons
- global gcTRBAL_CH1, gTR_BalloonNumJustHit, gzTRBalloonObj
- repeat with vIndex = 1 to 30
- set gTR_BalloonNumJustHit to vIndex
- if not mGetAmIPopped(getAt(gzTRBalloonObj, vIndex)) then
- updateStage()
- set vPopColor to mGetMyPopColor(getAt(gzTRBalloonObj, gTR_BalloonNumJustHit))
- set vPopFrag to ChangePopColor(vPopColor)
- popit(gcTRBAL_CH1 + (vIndex - 1), vPopFrag)
- mSetAmIPopped(getAt(gzTRBalloonObj, vIndex), 1)
- end if
- end repeat
- end
-
- on CheckForKnotHit
- global gzTRBalloonObj
- if not (the mouseDown) then
- return
- end if
- set vKnot1 to rect(167, 318, 210, 371)
- set vKnot2 to rect(464, 109, 495, 158)
- set vMouse to point(the mouseH, the mouseV)
- if inside(vMouse, vKnot1) then
- if mGetAmIPopped(getAt(gzTRBalloonObj, 8)) then
- updateStage()
- DoEye(1)
- end if
- else
- if inside(vMouse, vKnot2) then
- if mGetAmIPopped(getAt(gzTRBalloonObj, 17)) then
- updateStage()
- DoEye(2)
- end if
- end if
- end if
- end
-
- on DoEye aWhichEye
- global gcTRROVER
- puppetSprite(gcTRROVER, 1)
- set the visible of sprite gcTRROVER to 1
- set the ink of sprite gcTRROVER to 8
- if aWhichEye = 1 then
- set the locH of sprite gcTRROVER to 154
- set the locV of sprite gcTRROVER to 248
- puppetTransition(51, 1, 1, 1)
- set the castNum of sprite gcTRROVER to cast "ClosedEye1"
- updateStage()
- set the locH of sprite gcTRROVER to 153
- set the locV of sprite gcTRROVER to 246
- puppetTransition(4, 1, 1, 1)
- set the castNum of sprite gcTRROVER to cast "OpenEye1"
- updateStage()
- set the locH of sprite gcTRROVER to 154
- set the locV of sprite gcTRROVER to 248
- puppetTransition(3, 1, 1, 1)
- set the castNum of sprite gcTRROVER to cast "ClosedEye1"
- updateStage()
- else
- if aWhichEye = 2 then
- set the locH of sprite gcTRROVER to 387
- set the locV of sprite gcTRROVER to 181
- puppetTransition(51, 1, 1, 1)
- set the castNum of sprite gcTRROVER to cast "ClosedEye1"
- updateStage()
- set the locH of sprite gcTRROVER to 385
- set the locV of sprite gcTRROVER to 178
- puppetTransition(4, 1, 1, 1)
- set the castNum of sprite gcTRROVER to cast "OpenEye2"
- updateStage()
- set the locH of sprite gcTRROVER to 387
- set the locV of sprite gcTRROVER to 181
- puppetTransition(3, 1, 1, 1)
- set the castNum of sprite gcTRROVER to cast "ClosedEye1"
- updateStage()
- end if
- end if
- puppetTransition(51, 1, 1, 1)
- set the visible of sprite gcTRROVER to 0
- updateStage()
- set the locV of sprite gcTRROVER to -10
- set the locH of sprite gcTRROVER to -10
- puppetTransition(0)
- end
-